home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM Examples / TestTools / Sources / FSetTest1.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-19  |  240 b   |  18 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        FSetTest1.c
  3.  
  4.     Contains:    Implementation of FSetTest1
  5.  
  6.     Copyright:    © 1992-1993 by Apple Computer, Inc., all rights reserved.
  7.  
  8. */
  9.  
  10. #ifndef __FSETTEST__
  11. #include "FSetTest.h"
  12. #endif
  13.  
  14. int MathFunction(int a, int b)
  15. {
  16.     return a + b;
  17. }
  18.